Remove trailing whitespace. Again excludes vendor-import and work-in-progress.
diff --git a/cssom-view-1/cssom-getBoundingClientRect-001.html b/cssom-view-1/cssom-getBoundingClientRect-001.html index 9635026..7d96540 100644 --- a/cssom-view-1/cssom-getBoundingClientRect-001.html +++ b/cssom-view-1/cssom-getBoundingClientRect-001.html
@@ -19,7 +19,7 @@ text-align: center; line-height: 188px; } - </style> + </style> </head> <body> <div id="testItem">test item</div> @@ -36,6 +36,6 @@ assert_equals(titem.right - titem.left, titem.width, "width should equal right minus left") }, "getBoundingClientRect() should return a DOMRect where width=right-left" ) - </script> + </script> </body> </html>